home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Information Management / Filevision® IV / FilevisionÆ IV / background_32253.txt < prev    next >
Text File  |  1990-03-16  |  530b  |  28 lines

  1. -- background: 32253 from stack: in
  2. -- bmap block id: 12990
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=234 top=315 right=342 bottom=275
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   play "harpsichord" e5
  23.   show card field 8
  24.   wait 60 ticks
  25.   hide card field 8
  26. end mouseDown
  27.  
  28.